Save CSV File
Command Prototype
CSV.Save(objDataTable,sPath)
Command Description
Modify column width
Parameter Description
- Required Parameter
- objDataTable--The data table object to be saved, either a data table object opened with CSV.Open or a data table object returned by the database (the field name will be written as the first row)
- sPath--The path to save the CSV file to; when an empty string is passed, save it to the original path, otherwise save it to a new location. If the data table is not opened with CSV.Open, filling in an empty string in this parameter will result in an error